Overload | Description |
---|---|
SetDataSeries<TValue>(INIterable<TValue>,String,ENDataPointsUpdateMode) | Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first. |
SetDataSeries(IEnumerable,String,ENDataPointsUpdateMode) | Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first. |
SetDataSeries(NKeyValuePair<IEnumerable,String>[],ENDataPointsUpdateMode) | Imports the values from the specified enumerables as values for the specified data points series. Optionally clears the data points first. |
SetDataSeries(NDataTable,NKeyValuePair<String,String>[],ENDataPointsUpdateMode) | Imports data from the specified data table. The column2DataSeries specifies the mapping between the table column names and the data series in which these columns must be imported. |
SetDataSeries(NDbDataReader,NKeyValuePair<String,String>[],ENDataPointsUpdateMode) | Imports data from the specified dataReader. The column2DataSeries specifies the mapping between the dataReader column (field) names and the data series in which these columns (fields) must be imported. |